πŸ•ΈοΈ Ada Research Browser

research-findings.md
← Back

Research Findings β€” 2026-03-12 (Thursday, 11:00 PM ET)


1. ClawHub Ecosystem Scale & State

2. ⚠️ CRITICAL SECURITY ALERT β€” ToxicSkills (Snyk, Feb 5 2026)

This is the most important finding. Sean should know about this.

Snyk audited 3,984 ClawHub skills and found: - 13.4% (534 skills) contain at least one critical security flaw β€” malware, credential theft, prompt injection - 36.8% (1,467 skills) have at least one security flaw of any severity - 76 confirmed malicious payloads active in the wild (credential theft, backdoor installation, data exfiltration) - 8 malicious skills still live on clawhub.ai as of publication date

Key attack vectors found: - Skills instructing agent to run base64-decoded remote scripts piped to bash - Skills installing hidden system daemons (openclaw-core fake package) - Prompt injection embedded in SKILL.md files - Hardcoded API keys in skill code (credential leaks) - Persistence through agent memory modification

Why this is worse than npm/PyPI: - Skills inherit full agent permissions (shell access, filesystem, env vars, messaging) - Prompt injection has no analog in code-based detection - Malicious skills can permanently modify agent memory

Recommended mitigations: - Check VirusTotal report on clawhub.ai skill pages before installing - Use Snyk Skill Security Scanner for scanning - Use Agent Trust Hub (Gen Digital) - Run openclaw security audit and openclaw security audit --deep regularly - Only install skills from the official github.com/openclaw/skills repo - Review source code of any new skill before installing

Security tools now available in ecosystem: - arc-security-audit skill β€” comprehensive security audit for full skill stack - arc-trust-verifier skill β€” trust verification for installed skills - SecureClaw β€” open-source dual-stack security plugin + skill (Feb 18, 2026, Help Net Security)

Ada's current skill exposure: Ada has ~25 installed skills. Priority: run openclaw security audit --deep and review any recently installed community skills. The auto-updater skill in particular should be reviewed β€” auto-updating skills creates supply chain risk.

3. Agent-to-Agent (A2A) Communication β€” Active Development

Verdict for Sean's setup: The A2A gateway plugin is worth exploring for the multi-agent architecture. Could replace sessions_send with a more robust inter-agent protocol. However, requires β‰₯ 2026.3.0 β€” check current version first.

4. Real Estate Skills

The ecosystem now has purpose-built real estate tooling:

OpenClaw Real Estate Agent Template ($49 one-time on Gumroad): - 10 skills: lead scoring, listing descriptions, deal tracking, open house management, market snapshots, client matching, transaction coordination, neighborhood analysis, commission calculation, mortgage rate monitoring - 4 config variants: Solo Agent, Team Lead, Broker/Office Manager, base - Integrations: Zillow, Realtor.com, DocuSign, Google Calendar, Twilio - 5 automation workflows + 4 Python helper scripts - Targets the "missed follow-up" problem (80% of transactions happen between 5th-12th contact; most agents stop at 2-3)

CRM Skills available: - hubspot skill (openclaw/skills) β€” full HubSpot CRM integration via Private App token: contacts, deals, companies, tasks, notes - attio skill (from awesome-openclaw-skills) β€” Attio CRM integration for managing contacts and pipelines - clickup skill β€” ClickUp project management, tasks, spaces, lists, subtasks

Sean's relevance for Cora: The real estate template is worth evaluating for Cora's workflow. The lead scoring + deal tracking combo directly addresses commission leakage from dropped follow-ups.

5. RAG & Knowledge Base Skills

Advanced RAG Frameworks (external): - LlamaIndex β€” production-grade RAG with caching, streaming, observability built in (top pick for 2026) - LangGraph β€” modular Agentic RAG, good for multi-stage pipelines - Haystack β€” production-ready, open-source, strong retrieval pipeline tooling

6. Task Management & Project Skills

7. Homelab/Monitoring Integration Pattern

From Mark Zhu's homelab writeup (Medium, Feb 2026): - Pattern: Create a custom home-lab SKILL.md encapsulating machine inventory, services, monitoring architecture, and operational rules - Skills used: Home Assistant skill + Prometheus API skill - Agent handles: alert investigation, root cause analysis, service restarts + light feedback loops - Key insight: Keep homelab environment knowledge in a skill (not the main prompt) to avoid context window exhaustion and token waste - Prometheus API skill available at: github.com/julianobarbosa/claude-code-skills/tree/main/skills/prometheus-skill

Sean's relevance for K2: This pattern is directly applicable. K2 could have a homelab skill encoding the Star Wars infrastructure topology (Proxmox nodes, Docker services, Traefik config) and pull in Prometheus/Grafana alerts automatically.

8. Document Processing

9. Financial Tools

10. Agentic AI Framework Landscape (2026)

Top 7 frameworks per alphamatch.ai: 1. LangChain β€” undisputed king, 134k+ stars, comprehensive RAG/agents/chains 2. LlamaIndex β€” best for production RAG with observability 3. CrewAI β€” multi-agent coordination 4. LangGraph β€” stateful agent graphs, good for complex workflows 5. DSPy β€” programmatic LLM optimization, modular pipelines 6. Haystack β€” production-ready open-source RAG 7. AutoGen (Microsoft) β€” multi-agent conversation framework

11. Skills Worth Installing for Ada's Setup

Priority recommendations based on research:

High priority: - arc-security-audit β€” audit Ada's current skill stack NOW given ToxicSkills findings - arc-agent-lifecycle β€” track skill versions and lifecycle - hubspot β€” Cora's CRM integration - knowledge + iyeque-pdf-reader β€” RAG for real estate documents, contracts, comps

Medium priority: - win4r/openclaw-a2a-gateway (plugin) β€” for formal A2A multi-agent protocol (once on β‰₯ 2026.3.0) - agent-team-orchestration β€” better handoff protocols between Ada/K2/Cora/Winston - clickup β€” project/task management across agents

Low priority / skip: - Real estate template ($49) β€” evaluate when Cora is more developed - agentdo β€” external dependency, not necessary with existing sessions_send

12. Skill Source Code Security Notes

Skills reviewed in this session: - win4r/openclaw-a2a-gateway β€” appears legitimate, no red flags. Uses standard npm install --production, config via openclaw config set. Bearer token auth. Check VirusTotal before installing. - office-automation-skill β€” Chinese-origin, uses Python scripts. Review script content carefully before use; template filling with arbitrary data strings warrants inspection. - General rule: Any skill that modifies config files, installs global npm packages, or calls external endpoints in setup scripts should be treated as high-risk.


Research Findings β€” 2026-03-11 (Wednesday, 4:00 AM ET)


1. ClawHub / OpenClaw Ecosystem Status

Scale

Top Skills by Download (per Apiyi.com community rankings)

Rank Skill Downloads Function
1 Capability Evolver 35K Agent self-optimization, auto-evolves prompts/strategies
2 GOG (Google Workspace) 14K Unified Gmail/Calendar/Drive/Contacts/Sheets/Docs CLI
3 Agent Browser 11K Browser automation for web data collection
4 Mission Control β€” Kanban-style task board, AI auto-executes tasks moved to "In Progress"
5 Clawflows β€” Multi-step workflow orchestration
6 Tavily β€” AI-native search integration
7 N8N Workflow β€” n8n automation integration
8 Eleven Labs Agent β€” Voice synthesis + phone fallback
9 GitHub 10K Code repo management
10 Summarize 10K Intelligent content summarization

Notable Skills from Awesome List (relevant to Sean's domains)

Agent-to-Agent Protocols: - agent-team-orchestration (arminnaimi) β€” Multi-agent teams with defined roles, task lifecycles, handoff protocols, review workflows. Highly relevant to our multi-agent setup. - agentdo (wrannaman) β€” Post tasks to/from a shared AI task queue at agentdo.dev. Interesting for inter-agent delegation. - agentgate (monteslu) β€” API gateway for personal data with human-in-the-loop write approval. Security-focused. - airadar (lopushok9) β€” Monitors fast-growing AI-native tools on GitHub; good for staying current. - arc-security-audit (trypto1019) β€” Comprehensive security audit for an agent's full skill stack. Worth examining for our setup. - arc-trust-verifier (trypto1019) β€” Verify skill provenance and build trust scores for ClawHub skills. - arc-skill-gitops (trypto1019) β€” Automated deployment, rollback, version management for agent workflows. - alex-session-wrap-up (xbillwatsonx) β€” End-of-session automation: commits unpushed work, extracts learnings, detects patterns, persists rules. Ada could benefit from this pattern. - azure-devops (pals-software) β€” List projects/repos/branches, create PRs, manage work items, check builds. - biz-reporter (ariktulcha) β€” Automated BI reports from Google Analytics GA4, Search Console, Stripe. Relevant to Cora/business tracking. - arxiv-search-collector β€” Automated paper retrieval from arXiv. Good for AI research tracking.

Productivity & Tasks: - Mission Control β€” Kanban-style task board where humans set priorities via GitHub Pages dashboard and the agent auto-executes. This is a compelling pattern for Sean's workflow management.

Data & Business Intelligence: - biz-reporter pulls from GA4, Search Console, Stripe β€” could be adapted for real estate lead tracking.


2. Security β€” CRITICAL ALERT

ClawHub Skill Security Crisis (Active as of Feb 2026)

This is the most important finding from tonight's research.

Multiple independent security researchers have documented serious vulnerabilities in the ClawHub ecosystem:

Key Stats: - Audit of 3,984 skills: 36% prompt injection rate - 1,467 malicious payloads confirmed - 91% of malicious samples combine prompt injection with traditional malware - Coordinated attack campaign "ClawHavoc" traced to 335+ malicious skills - As of Feb 16, 2026: 824+ confirmed malicious skills across 10,700+ skills - CVE-2026-25253 advisory issued

Attack Vectors Found in Malicious Skills: - curl | bash constructions (downloading/executing remote code) - Base64-encoded strings in command sequences (obfuscated payloads) - /dev/tcp references for network pivoting - Excessive eval() / exec() wrappers - Filesystem traversal (../../../) - Direct prompt injection in SKILL.md to bypass agent safety guidelines

Documented Incidents (Giskard, Jan 2026): - Data exfiltration of API keys and credentials from OpenClaw deployments - Remote code execution via prompt injection through IM channels - Cross-session data leakage via Control UI session management weaknesses - Multi-agent amplification: "a single malicious thread can reach many agents at once" (Microsoft Security Blog, Feb 2026)

Mitigations: - OpenClaw has VirusTotal integration (Feb 2026) β€” check a skill's ClawHub page before installing - Snyk Skill Security Scanner: https://github.com/snyk/agent-scan - Agent Trust Hub: https://ai.gendigital.com/agent-trust-hub - Audit-first protocol: Clone skill repo, review SKILL.md manually before installing - Use clawhub init --secure-mode - Limit n8n/workflow skills to webhook-only access (not full API control)

⚠️ Recommendation for Sean/Ada: Review all currently installed skills against the VirusTotal integration on ClawHub. The arc-security-audit skill looks worth exploring. Be especially cautious about any third-party skills that request exec/shell/network access.


3. Advanced RAG Frameworks (2026 State of the Art)

RAG remains relevant despite Llama 4's 10M token context window. Key finding: large context doesn't replace RAG because most users aren't running 400B+ parameter models.

Top Open-Source RAG Frameworks

  1. RAGFlow (infiniflow) β€” Leading open-source RAG engine fusing RAG with agent capabilities. Production-ready. GitHub: infiniflow/ragflow
  2. LangChain β€” Mature, broad ecosystem; good for chaining components. Data connections, model flexibility, multiple vector store integrations.
  3. LlamaIndex β€” Strong for document-heavy agentic workflows; extracts, synthesizes, acts on complex document-based knowledge. Best fit for real estate document processing.
  4. R2R β€” Advanced AI retrieval system with production-ready RESTful API. Goes beyond basic document retrieval.
  5. Agentic RAG (LangGraph) β€” Router-based architecture: query β†’ RAG pipeline (vector DB) OR web search pipeline based on AI routing decision.

New Research: A-RAG (Feb 2026, arxiv 2602.03442)

Key Pattern: Firecrawl + RAG


4. Agent Communication Protocols (A2A, MCP, ACP)

Current Landscape (Jan 2026)

Three dominant protocols for multi-agent systems:

MCP (Model Context Protocol) - Anthropic-originated, now broadly adopted - Standardizes agent ↔ external system integration (APIs, DBs, file systems) - MCP servers wrap complex systems into standard abstractions - Not for agent-to-agent β€” for tool/data access

A2A (Agent-to-Agent Protocol) - Created by Google (April 2025), moved to Linux Foundation (June 2025) - Handles peer-to-peer agent delegation without centralized bottlenecks - Three-step: Discovery β†’ Authorization β†’ Communication (HTTPS + JSON-RPC) - Tasks have lifecycle: submitted β†’ working β†’ input-required β†’ completed/failed - Streamed via Server-Sent Events (SSE) - Directly relevant to our multi-agent architecture (Ada, K2, Cora, Winston)

ACP (Agent Communication Platform) - Similar goals to A2A, different design philosophy - Worth monitoring

Recommendation: The A2A protocol aligns exactly with what Ada needs for orchestrating K2/Cora/Winston. The agent-team-orchestration ClawHub skill may already implement similar patterns. Worth deeper investigation.


5. Real Estate AI Tools (2026)

Key Insight: Vertical > Horizontal for Brokers

General-purpose AI (Claude, ChatGPT) is good for drafting/summarizing but requires manual context provision. Purpose-built real estate AI sits on structured lease/property data and provides citations.

Relevant Tools for Cora:

Lead Generation & CRM: - Ylopo β€” AI-powered predictive analytics to identify likely sellers; automated mailers + Facebook ads; 150+ CRM integrations (Gmail, iCloud, Outlook). Best for listing agents doing geographic farming. - Roof AI β€” 24/7 AI voice + text for lead qualification and nurturing - Lofty β€” CRM + DXP with AI analytics for performance forecasting and lead generation - Cloze β€” AI-powered lead routing, cross-departmental collaboration, multi-role CRM. Focuses on mortgage/title capture and lead conversion.

Document Intelligence: - Re-Leased Credia β€” Best for commercial portfolios; can "chat" with complex lease documents, extract data, flag critical dates - V7 Go β€” 8 specialized agents: Commercial Lease Analysis, Market Analysis, etc. Strong for document processing pipelines

Monitoring: - Helicone β€” LLM/agent observability: tracks requests, latency, costs, behavior. Good for operating agents in production.

Key Gap Opportunity: Cora doesn't yet have an agent that can "chat" with Florida MLS data or automatically flag expiring listings, critical dates, or market shifts. A local RAG pipeline over curated real estate data + LlamaIndex could address this.


6. Financial & Monitoring Tools for Agents

Helicone (you.com/resources) β€” Production LLM/agent observability. Tracks: - Request volume and latency - Cost per session/model - Behavioral patterns over time - Debug traces

biz-reporter ClawHub skill β€” Pulls from GA4 + Search Console + Stripe into automated business reports. Could be customized for real estate lead funnel tracking.

NVIDIA Nemotron (open models) β€” AI-powered document intelligence for finance and legal workflows (Feb 2026 blog post). Could be self-hosted for contract/lease analysis.

NVIDIA AI in Financial Services (Jan 2026): - Financial sector doubling down on open-source AI - Key use cases: fraud detection, risk management, customer service, back-office, investment research - AI agents increasingly used for multi-step financial workflows


7. OpenClaw-Specific Patterns & Best Practices

Mission Control Pattern

The Mission Control skill (Kanban via GitHub Pages) offers a compelling pattern: - Human creates/prioritizes tasks in a web dashboard - Tasks moved to "In Progress" trigger agent execution automatically - Could be adapted for Sean's daily workflow or Cora's listing task management

n8n + OpenClaw Integration

Capability Evolver Pattern

Session Wrap-Up Pattern (alex-session-wrap-up skill)

End of session automation: 1. Commits unpushed work 2. Extracts learnings from session 3. Detects behavioral patterns 4. Persists rules to persistent storage Ada currently does a version of this manually β€” formalizing it as a HEARTBEAT.md routine would improve consistency.


8. Key Takeaways & Recommendations for Sean

Immediate Actions

  1. Security audit β€” Run all currently installed skills through VirusTotal integration on ClawHub. Priority given the ClawHavoc campaign.
  2. Review arc-security-audit skill β€” Could automate ongoing skill vetting
  3. Check agentgate skill β€” Human-in-the-loop write approval aligns with Ada's safety model

For Cora (Real Estate)

  1. Consider Ylopo for geographic farming automation if doing residential listing agent work
  2. V7 Go worth evaluating for lease document analysis workflows
  3. Build a local RAG pipeline (LlamaIndex) over Florida market data for Cora's knowledge base
  4. biz-reporter skill could be adapted to track real estate lead funnel from web/CRM

For Ada's Multi-Agent Architecture

  1. A2A protocol (Google) β€” worth implementing for structured K2/Cora/Winston communication
  2. agent-team-orchestration skill β€” explore for formalizing multi-agent handoffs
  3. Helicone for production observability on the OpenClaw setup
  4. Mission Control pattern for Sean's task management via a dashboard

For Knowledge/Research

  1. airadar skill β€” automates monitoring of fast-growing AI tools
  2. A-RAG paper (arxiv 2602.03442) β€” review for improving research workflows

Sources: ClawHub.ai, VoltAgent/awesome-openclaw-skills (GitHub), Giskard.ai security blog, Conscia security blog, AdvenBoost ClawHub security guide, GetStream.io agent protocols guide, Firecrawl RAG frameworks guide, Re-Leased real estate tools guide, Apiyi.com OpenClaw skill recommendations, Microsoft Security Blog (OpenClaw), Cisco Security Blog (OpenClaw), KDNuggets, NVIDIA AI blogs.


2026-03-12 β€” Overnight Research Report

Compiled by Ada's overnight research cron at 1:00 AM ET


πŸ”΄ CRITICAL: OpenClaw Security Crisis β€” Must Read

This is directly relevant to Sean's setup. OpenClaw had a major security incident in January/February 2026 as it went viral (9K→188K GitHub stars in 60 days). Key facts:

CVE-2026-25253 (CVSS 8.8) β€” PATCHED in v2026.1.29 - One-click RCE via the Control UI's gatewayUrl query parameter β€” it auto-connected via WebSocket and sent auth tokens to attacker-controlled URLs - Attack chain: token exfilt β†’ cross-site WebSocket hijacking β†’ disable sandbox β†’ execute arbitrary commands - "Localhost-only" is NOT a defense β€” exploit pivots through victim's browser - Sean should verify he is on v2026.1.29 or later

CVE-2026-24763 and CVE-2026-25157 β€” Command injection, also patched same day

CVE-2026-22708 β€” Indirect prompt injection via web browsing (unpatched at time of reporting) β€” malicious webpages with hidden CSS-invisible instructions can hijack agent behavior

"ClawHavoc" Supply Chain Campaign - 341+ malicious skills discovered in ClawHub (initially ~12%, later ~20% of registry) - Primary payload: Atomic macOS Stealer (AMOS) β€” not an issue for Linux deployments, but concerning trend - Skills only require a 1-week-old GitHub account to publish - Sean installs skills from ClawHub β€” each one should be treated as untrusted code

Key architectural risks (by design, not bugs): - Credentials in plaintext markdown/JSON files (~/.openclaw/) β€” target for commodity infostealers - SOUL.md and MEMORY.md are memory poisoning attack surfaces (time-shifted injections) - Every email, webpage, message the agent reads is a potential prompt injection vector - "Lethal trifecta" (Willison): private data access + untrusted content exposure + external comms = structural vulnerability

Hardening resources found: - openclaw security audit / openclaw security audit --deep --fix β€” built-in tool - SlowMist Security Team published: github.com/slowmist/openclaw-security-practice-guide (v2.7) - 3-Tier Defense Matrix: pre-action blacklists, in-action permission narrowing, post-action nightly audits - Can be fed directly to OpenClaw to self-deploy the security matrix - Official docs: docs.openclaw.ai/gateway/security - Run openclaw security audit regularly - One trusted operator per gateway (not multi-tenant) - Bind to loopback + reverse proxy with TLS for any external access - DigitalOcean + Nebius published hardening guides β€” worth reading if exposed to internet

Action items for Sean: 1. openclaw security audit --deep β€” run this now 2. Verify version β‰₯ v2026.1.29 3. Audit installed ClawHub skills β€” especially anything installed in the past 2 months 4. Check if Control UI (port 18789) is exposed to network 5. Consider reading SlowMist guide to Ada in chat to self-deploy defense matrix


πŸ“¦ ClawHub Skills β€” New Finds Worth Investigating

Skills currently missing from Ada's install list that may be valuable:

Orchestration / Agent Architecture: - agent-orchestrator (aatmaan1) β€” Meta-agent that decomposes macro tasks into subtasks, spawns specialized sub-agents with dynamically generated SKILL.md files. High relevance for Ada's coordinator role. - agent-team-orchestration β€” Similar, ranked highest in orchestration search - capability-evolver (autogame-17) β€” Self-evolution engine; analyzes runtime history to identify improvements, applies protocol-constrained evolution. Interesting for Ada's self-improvement loop.

Task / Project Management: - taskr β€” Remote Task Tracking for AI Agents (highest ranked in task search). Could complement existing workflow. - crm-manager β€” Generic CRM management. Sean's RE brokerage β†’ worth evaluating vs Attio

CRM Integrations: - attio β€” Attio CRM skill (modern CRM, API-first) - activecampaign β€” ActiveCampaign CRM (email marketing + CRM combo β€” common in RE) - afrexai-crm-updater β€” Generic CRM updater

Security: - security-auditor β€” Highest-ranked security skill. Worth checking if complementary to healthcheck - security-audit-toolkit β€” Toolkit approach, multiple security checks - clawdbot-security-check / agent-security-audit β€” More options in this space

Real Estate / Financial: - afrexai-real-estate-engine β€” Real Estate Engine (purpose-built) - afrexai-financial-due-diligence β€” Financial Due Diligence Analyzer (RE deal analysis use case) - real-estate-skill β€” Basic RE skill - property-search β€” property.com.au focused but model may be reusable

Memory / Knowledge: - elite-longterm-memory β€” Highest ranked memory skill; may improve Ada's memory architecture - memory-hygiene β€” Maintenance patterns for MEMORY.md - vector-memory β€” Vector-based memory retrieval (RAG over agent memories) - neural-memory β€” Alternative approach

Document Processing: - document-pro β€” Document processing skill

Monitoring: - proxmox-skill and proxmox-full β€” Already have proxmox installed; check if these offer more - monitoring, auto-monitor, server-health β€” Homelab monitoring, relevant for Sean's Proxmox cluster

Workflow Automation: - n8n-workflow-automation β€” Highest ranked. Already have automation-workflows and n8n installed

Email: - agentmail β€” Highest ranked email skill - email-triage and afrexai-email-triager β€” Could supplement existing Gmail skill - newsletter-digest β€” Auto-summarize newsletters


πŸ”¬ Research: Agentic RAG (A-RAG) β€” Feb 2026

Paper: "A-RAG: Scaling Agentic Retrieval-Augmented Generation via Hierarchical Retrieval Interfaces" - arXiv 2602.03442 (Feb 3, 2026), MIT License, code: github.com/Ayanami0730/arag - Key insight: Traditional RAG relies on single-shot retrieval or predefined workflows. A-RAG exposes hierarchical retrieval interfaces directly to the model, letting the model participate in retrieval decisions. - Three tools: keyword search, semantic search, chunk reader β€” model chooses which and when - State-of-the-art on multi-hop QA benchmarks - Practical relevance: For Sean's RE use case, this architecture maps well to property search (structured MLS queries + semantic understanding)

Agentic RAG general pattern (iterative retrieve-evaluate-refine): - Agent decides which data source to query - Decomposes complex questions into sub-queries
- Evaluates if results are sufficient or triggers additional retrieval rounds - Router-based: query β†’ RAG pipeline OR web search, based on topic


🏠 Real Estate AI β€” Architecture Insights (Rockhood Engineering)

Rockhood built MLS-grounded agentic search with these design principles: - Accuracy over fluency β€” never output facts without MLS-backed sources; say "I don't know" > hallucinate - First-class citations β€” every claim traceable to MLS record IDs (compliance + audit trail) - Bounded latency β€” target 2-10s; parallelize MLS queries, intelligent caching (15-min TTL for aggregates) - Compliance by construction β€” Fair Housing guardrails in the architecture, not as post-processing - Planner β†’ Parallel Retrieval β†’ Generation (3-phase loop) - Planner extracts structured constraints (location, beds, price, type, timeframe) - Refuses to guess β€” asks clarifying questions when key constraints are ambiguous - Parallel MLS queries with per-tool timeouts (3s); partial results better than blocking

Applicability for Cora: This is the reference architecture for building Cora's property search capability. The MLS multi-connector pattern + Fair Housing compliance-by-construction is exactly what a licensed broker's AI agent needs.


(Source: buildmvpfast.com, March 2026)

Project Stars License Summary
OpenClaw ~188K MIT Personal AI agent framework β€” Sean's platform
n8n ~174K Fair-code Workflow automation w/ AI agent nodes, 400+ integrations
Ollama ~162K MIT Local LLM runner β€” ollama run deepseek-r1
Dify ~130K Apache 2.0 Visual agentic workflow builder, built-in RAG, 100+ LLM providers
Open WebUI ~124K MIT ChatGPT-style interface for Ollama, built-in RAG
DeepSeek-R1 ~80K+ MIT Reasoning model rivals o1, ~$0.55/M tokens hosted

Notable: OpenClaw went from 9K to 188K stars in 60 days β€” now the "breakout star of 2026" per ByteByteGo. Overtook React in GitHub stars on March 3rd per clawbot.blog.

Ollama integration news: New ollama launch command integrates directly with Claude Code, Codex, and OpenCode for local model inference. Relevant for Sean's homelab β€” could reduce API costs for dev work.

Dify vs n8n for Sean's use case: - Dify: Visual builder, strong RAG, good for building AI features into products β†’ relevant for RE brokerage tools - n8n: Better for connecting existing tools/services, self-hostable, unlimited executions β†’ homelab automation


Immediate (security): 1. openclaw security audit --deep β€” run ASAP 2. Confirm OpenClaw version β‰₯ v2026.1.29 (check openclaw --version) 3. Audit installed ClawHub skills, especially recent installs 4. Feed SlowMist guide to Ada for self-deployment of defense matrix

Near-term (capability expansion): 1. Evaluate agent-orchestrator skill β€” aligns with Ada's coordinator role 2. Look at afrexai-real-estate-engine for Cora's domain 3. Consider vector-memory skill to improve Ada's long-term memory retrieval 4. Review security-auditor skill for periodic self-checks

For Cora (real estate agent): - Rockhood's architecture is the gold standard for MLS-grounded AI β€” planning + parallel retrieval + citations - Fair Housing compliance must be built-in, not bolted on - A-RAG (arXiv 2602.03442) is the latest academic framework aligned with this approach

Research to follow up: - McKinsey "How agentic AI can reshape real estate's operating model" (published ~March 5, 2026) - Formal Verification docs at docs.openclaw.ai/security/formal-verification/ - github.com/caramaschiHG/awesome-ai-agents-2026 β€” 300+ curated AI agent resources, updated monthly


Supplemental Research β€” 2026-03-12 04:00 AM ET (Overnight Follow-Up)

New Intel: ClawHub Top Skills by Downloads (Feb 2026 Rankings)

Source: clawoneclick.com/en/blog/clawhub-top-skills-2026

Rank Skill Downloads Stars Notes
1 capability-evolver 35,581+ 33 AI self-evolution engine β€” autonomous capability improvement
2 wacli 16,415+ 37 CLI utility (already installed)
3 byterover 16,004+ 36 Multi-purpose task handler
4 self-improving-agent 15,962+ 132 Highest-rated skill on all ClawHub β€” already installed βœ…
5 atxp 14,453+ β€” Advanced utility / system-level capabilities
6 gog 14,313+ 48 Google Workspace (already installed βœ…)
7 agent-browser 11,836+ 43 Web automation
8 summarize 10,956+ β€” Already installed βœ…
9 github 10,611+ β€” Already installed βœ…
10 sonoscli 10,304+ β€” Sonos audio control

Key gap: capability-evolver (#1 by downloads) and byterover (#3) are NOT currently installed. Worth evaluating. capability-evolver is essentially a higher-level version of self-improving-agent for autonomous growth.


Real Estate Automation: OpenClaw Use Case Deep Dive

Source: popularaitools.ai/openclaw-real-estate-agent-review

A commercial "OpenClaw Real Estate Agent" template ($49 one-time) ships with 10 purpose-built skills: 1. Lead Scorer β€” prioritize follow-up calls 2. Listing Description Generator β€” eliminates 2-3 hrs/listing of writing 3. Deal Tracker β€” pipeline management, prevents silent lead death 4. Open House Manager β€” logistics automation 5. Market Snapshot β€” automated CMA-style reports 6. Client Matcher β€” property-buyer matching 7. Transaction Coordinator β€” manages closing checklist 8. Neighborhood Analyst β€” area research 9. Commission Calculator β€” net sheet automation 10. Mortgage Rate Monitor β€” rate alert system

Integration guides included for: Zillow, Realtor.com, DocuSign, Google Calendar, Twilio.

Key stat: "A single missed follow-up costs $8,000–$15,000 in commission." Lead Scorer + Deal Tracker are the highest-ROI components.

Relevance for Cora: This template defines what Cora should be capable of. The 10 skills map directly to Cora's domain. Consider building equivalent capabilities as custom Cora skills vs. purchasing this template.


SMB Automation: HighLevel CRM Integration

Source: clawoneclick.com/en/blog/openclaw-for-business-guide-2026

Install: clawhub install highlevel (verify availability β€” not in current skill set)


ClawHavoc Security Incident: Updated Numbers

Source: conscia.com/blog/the-openclaw-security-crisis + cyberpress.org

Critical security practices: 1. Only install skills from authors with verified track records and high star ratings 2. Check VirusTotal scan on each skill's ClawHub page before installing 3. Use Snyk Agent Security Scanner: github.com/snyk/agent-scan 4. Review SKILL.md source code manually for new installs 5. Never install skills from personal repos/gists not in official openclaw/skills repo

Our exposure: Running on Linux LXC (not macOS), so AMOS payload wouldn't execute. But prompt injection and tool poisoning risks remain platform-agnostic.


Notable Skill Discoveries from awesome-openclaw-skills (PDF & Documents Category)

Notable Skill Discoveries (Productivity & Tasks Category)

Agent-to-Agent (A2A) Protocol Skills

From awesome-openclaw-skills A2A category (17 skills): - agent-commons β€” Consult, commit, extend, and challenge reasoning chains - agent-team-orchestration (arminnaimi) β€” Orchestrate multi-agent teams with defined roles, task lifecycles, handoff protocols, review workflows ⭐ HIGH VALUE for Ada - agentdo (wrannaman) β€” Post tasks to AgentDo task queue / pick up work β€” agent job board model - agentgate (monteslu) β€” API gateway for personal data with human-in-the-loop write approval ⭐ Security-relevant - arc-agent-lifecycle (trypto1019) β€” Manage lifecycle of autonomous agents and their skills - arc-security-audit (trypto1019) β€” Comprehensive security audit for agent's full skill stack ⭐ Install this - arc-skill-gitops (trypto1019) β€” Automated deployment, rollback, version management for agent workflows


RAG Security Best Practices (2026)

Sources: practical-devsecops.com, daxa.ai

Key 2026 RAG security trends: 1. Retrieval-Aware Policy Engines β€” enforce policy at the query layer, not just app frontend 2. Privacy-Preserving Vector Stores β€” federated + encrypted vector DBs for multi-party collaboration 3. Just-in-Time Trust Agents β€” dynamically adjust retrieval permissions by user/session behavioral analytics 4. Continuous auditing β€” not just at setup; ongoing policy enforcement 5. Poisoning attack mitigation β€” strict access controls on knowledge bases

For OpenClaw context: If Ada ever gets a vector DB / RAG memory layer, these controls need to be built in from the start. Don't bolt them on later.


AI Agent Framework Landscape (March 2026)

From intuz.com and salesmate.io:

Top frameworks: - AutoGen β€” autonomous task execution, minimal setup - CrewAI β€” agent collaboration in dynamic environments - LangGraph β€” stateful multi-agent orchestration - Kore.ai Agent Studio β€” enterprise-grade, CRM/ERP integration focus

Industry vertical adoption: eCommerce, healthcare, real estate, finance, logistics.

Key enterprise concerns for 2026: - Agent governance (policy compliance) - Cross-system coordination (CRM + ERP + support + analytics) - Performance optimization via outcome monitoring

OpenClaw differentiator vs. these: Local-first, open-source, skill-based extensibility, personal use focus. The enterprise frameworks above are heavier, cloud-dependent, require dev teams.


Action Items Generated

Immediate (security): - [ ] Verify openclaw --version β‰₯ v2026.1.29 (CVE-2026-25253 patch) - [ ] Install arc-security-audit skill for stack audit capability

Near-term (capability gaps): - [ ] Evaluate capability-evolver β€” #1 downloaded skill, autonomous self-improvement - [ ] Evaluate agent-team-orchestration β€” aligns with Ada's coordinator role - [ ] Evaluate agent-collaboration-network β€” agent discovery/routing, relevant to multi-agent setup - [ ] Install appraisal-ai for Cora β€” direct real estate document workflow - [ ] Research HighLevel CRM skill availability for Cora's brokerage CRM needs

Research follow-up: - [ ] Check github.com/LeoYeAI/openclaw-master-skills β€” 339+ curated skills, weekly updated - [ ] Review airweave skill for RAG-style context retrieval improvements - [ ] Look at actual-budget skill if Sean uses Actual Budget for personal finance


Research Findings β€” 2026-03-12 (Thursday, 11:00 PM ET) β€” Overnight Update

1. OpenClaw Version Status βœ…

Current version: 2026.3.11 β€” We are fully patched past the critical CVE-2026-25253 (v2026.1.29) and subsequent security fixes.

2. New Skills Worth Noting (March 2026)

Must-Have Security Tool

skill-vetter (~3.5K downloads) β€” Security-audits any ClawHub skill BEFORE installing. Given that 1,184+ ClawHub skills have been found to contain malware, this should be installed first before any other community skills. RECOMMEND: Install immediately.

Skill Downloads Function
fast-io Highest in storage Persistent 50GB file system with built-in RAG/semantic search, 251 MCP tools, survives across sessions
agent-brain High Local-first persistent memory using SQLite β€” agent remembers context across conversations without cloud
AutoCodeReviewer Growing Scans PRs for issues, style violations, comments directly on GitHub
TestGenius Growing Generates comprehensive unit tests (pytest, Jest, Go test), iterates on failures
smart-expense-tracker Growing Logs spending/income/budgets from chat β€” all data local, no external calls
Apple suite New Taps into native Mac apps with zero config (Mail, Music, etc.) β€” Mac Mini as personal assistant

Omnichannel Communication (New Enterprise)

EngageLab Omni Connect (March 9, 2026) β€” Aurora Mobile's official ClawHub skill for enterprise omnichannel: - Email, SMS, voice call, WhatsApp in one skill - AI Agents can execute end-to-end business workflows - Targeted marketing, customer service, operational coordination - Good for: Cora's real estate lead nurturing workflows

Workflow Orchestration

Clawflows β€” Multi-step workflow orchestrator chaining skills into pipelines. Example:

workflow: daily-research
steps:
  - skill: tavily
    action: search
    query: "AI industry news today"
  - skill: summarize
    action: digest
    input: previous_step
  - skill: mission-control
    action: add_brief
    content: previous_step

Trading Skills (High Risk Category)

311+ finance/investing skills on ClawHub. Key players: - BankrBot β€” Crypto trading suite (5 chains, spot/DeFi/leveraged). 0.8% fee, no max trade limit = dangerous. - Polyclaw β€” Polymarket prediction markets via Chainstack. Requires rotating proxy. - Alpaca Trading β€” US stocks/ETFs via MCP server.

Reality check on trading bots: - 92.4% of Polymarket traders LOSE money - Only 0.51% of wallets profitable above $1,000 - Arbitrage window compressed from 12.3s (2024) to 2.7s (2026) - Sub-100ms bots capture 73% of arbitrage profits - Verdict: Trading skills are for experts only. Not for Ada.

3. Security Landscape Update

1,184 malicious skills confirmed on ClawHub before cleanup (up from 824 in initial ClawHavoc reports). This is ~8.6% of the 13,700+ skill registry.

New security recommendations (Ido Green, March 8, 2026): 1. Install skill-vetter FIRST β€” audit before installing anything else 2. The 53 bundled skills are zero-risk β€” check with openclaw skills list 3. For ClawHub skills: always run skill-vetter 4. Review source code for outbound network calls 5. Use env vars, never hardcoded secrets 6. Sandbox new skills in containers

4. Pattern: Morning Brief / Mission Control

The "Mission Control" pattern is emerging as a best practice: - Aggregates: calendar, Slack/email unreads, weather, keyword news - Delivers at configured time (e.g., 07:00) - Removes "cognitive thrash" β€” start with context, not noise - Implementation: scheduled trigger + API connections + summarizer prompt

Relevant to Ada: This is essentially what the heartbeat/HEARTBEAT.md system does. Could formalize into a Mission Control skill for cleaner architecture.

5. Pattern: Night Shift Automation

Developers using OpenClaw for "chore debt" while sleeping: - TODO Resolution: Scan repo for TODO/FIXME β†’ classify complexity β†’ generate PR per issue β†’ run tests β†’ open draft PR - Documentation Maintainer: Scan docs vs actual exports β†’ auto-add missing examples β†’ fix typos - Guardrails: Separate GitHub token with limited scope, draft PRs only (never auto-merge), log all changes

Relevant to K2: This pattern could automate homelab maintenance tasks overnight.

6. Ada's Current Skill Inventory (34 skills)

agent-autonomy-kit, api-gateway, automation-workflows, auto-updater,
blogwatcher, command-center, deep-research-pro, find-skills,
frontend-design, github, gmail, home-assistant, humanizer, mcporter,
moltfounders, n8n, nano-banana-pro, obsidian, openai-whisper,
openclaw-docs, openclaw-optimizer, outlook-api, proxmox,
scrapling-official, self-improving-agent, skilled-deep-research,
skilled-models-advisor, skilled-openclaw-advisor, summarize, telegram,
unifi, web-retrieval, youtube-watcher

Gaps identified: - No skill-vetter β€” should install for security - No agent-brain or fast-io β€” could improve memory persistence - No clawflows β€” could formalize workflow orchestration - No AutoCodeReviewer / TestGenius β€” could help with dev productivity

7. Action Items for Sean

Immediate (Security)

Near-term (Capability)

For K2 (Homelab)


Research Findings β€” 2026-03-13 (Friday, 1:00 AM ET)


1. πŸ†• New Skills This Week (March 10-13, 2026)

esign-automation (eSignGlobal)

Universal Skills Manager

Glance (skill-vetter rebrand)

ClawVault 1.5.1


2. 🏒 NVIDIA NemoClaw β€” Enterprise OpenClaw Competitor

Status: Reported but not yet publicly documented (as of March 11, 2026)

Key facts: - WIRED reported (March 10, 2026) that NVIDIA plans to launch an open-source AI agent platform called NemoClaw - Enterprise-oriented: companies deploy agents for internal work tasks - Builds on NVIDIA's existing NeMo Agent Toolkit (MCP support, A2A support, observability, evaluation, profiling) - Emphasis on privacy and security tooling beyond consumer agent projects - Not yet available β€” no public product site, docs, or install guide

Strategic significance: - Validates OpenClaw's "local-first personal agent" category - NVIDIA targeting enterprise infrastructure layer, not consumer messaging - OpenClaw's 188K GitHub stars now have corporate competition - Sean's setup (self-hosted, personal) aligns with OpenClaw, not NemoClaw's enterprise focus


3. πŸ”— A2A vs MCP β€” Protocol Stack for 2026

Consensus from multiple sources (DigitalOcean, IBM, dev.to): MCP and A2A are complementary, not competing.

Protocol Roles

Protocol Layer Purpose Analogy
MCP Vertical Agent ↔ Tools/Data USB port
A2A Horizontal Agent ↔ Agent Phone network

Architecture Pattern

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”
β”‚  A2A Protocol Layer                 β”‚
β”‚  Agent ←── collaborate ──→ Agent    β”‚
β”‚  (Ada)                (K2/Cora)     β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜
        β”‚                     β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”
β”‚  MCP Layer    β”‚    β”‚  MCP Layer    β”‚
β”‚  Agent↔Tools  β”‚    β”‚  Agent↔Tools  β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”¬β”€β”€β”€β”€β”€β”€β”˜
        β”‚                     β”‚
β”Œβ”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”€β”    β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β–Όβ”€β”€β”€β”€β”€β”€β”
β”‚  Homelab      β”‚    β”‚  Google       β”‚
β”‚  Proxmox/etc  β”‚    β”‚  Workspace    β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜    β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Key A2A Concepts

MCP Primitives

For Sean's Multi-Agent Setup

Current state: Ada uses sessions_send for inter-agent communication β€” works but not standardized.

Opportunity: - A2A could formalize Ada ↔ K2 ↔ Cora ↔ Winston communication - Each agent publishes an Agent Card - Tasks have proper lifecycle management - MCP continues to handle tool access (Proxmox for K2, Google Workspace for Ada)

Action: The win4r/openclaw-a2a-gateway plugin (found in previous research) implements A2A for OpenClaw. Worth evaluating once Cora and Winston are fully configured.


4. 🐾 "Claws" β€” Deployment Models (Shelly Palmer, March 2026)

Definition: A "claw" is a personal AI agent that runs autonomously on your machine. Term popularized by OpenClaw.

Three Deployment Patterns

Model Description Cost/Month Risk Best For
One Claw Per Human Persistent agent per employee, full personalization $300-500 (Opus) Maximum Leadership teams w/ IT support
One Claw Per Function Task-specific agents (support, sales, content) $50-100 Controlled Enterprise standard
Claw Teams Coordinated specialist teams (researcher β†’ writer β†’ reviewer β†’ publisher) Variable Multiplied Complex workflows

Sean's Setup Analysis

ClawHavoc Reminder


5. πŸ“Š Top 10 ClawHub Skills (March 2026) β€” Apiyi Rankings

Rank Skill Downloads Core Function
1 Capability Evolver 35K+ Agent self-evolution, auto-optimizes prompts/strategies
2 GOG 14K+ Google Workspace CLI (already installed βœ…)
3 Agent Browser 11K+ Browser automation, web data collection
4 Mission Control β€” Morning briefing aggregation, task/calendar/notification dashboard
5 Clawflows β€” Multi-step workflow orchestration, chains skills into pipelines
6 Tavily β€” AI-native search (structured results, not link lists)
7 N8N Workflow β€” n8n automation integration
8 Eleven Labs Agent β€” Voice synthesis + phone fallback
9 GitHub 10K+ Code repo management (already installed βœ…)
10 Summarize 10K+ Content summarization (already installed βœ…)

Skills Missing from Ada's Stack (Worth Evaluating)

Skill Why Consider
Capability Evolver #1 downloaded β€” autonomous self-improvement aligns with Ada's coordinator role
Mission Control Morning briefing pattern β€” could formalize heartbeat system
Clawflows Workflow orchestration β€” chain skills into pipelines
ClawVault Structured memory with checkpoint/recover β€” upgrade to MEMORY.md pattern
esign-automation E-signature for Cora's real estate transactions

6. πŸ”’ Security Update β€” March 2026

Exposure Stats

Ada's Security Posture

βœ… Good: - Running on isolated LXC container (k2so on obiwan) - Not exposed to public internet (bind lan only) - OpenClaw version 2026.3.11 β€” fully patched past CVE-2026-25253

⚠️ Needs Attention: - Install glance (skill-vetter) for pre-install audits - Review auto-updater skill for supply chain risk - Consider clawvault for memory integrity (checkpoint/recover)

  1. npx clawhub install glance β€” security-first skill vetting
  2. openclaw security audit --deep β€” run full stack audit
  3. Review all 34 installed skills for ClawHavoc exposure
  4. Never enable --auto-update on skills without review

7. 🏠 Real Estate AI β€” Cora's Architecture Reference

Key Insight: MLS-Grounded Agents

From Rockhood Engineering's reference architecture: - Accuracy over fluency β€” never output facts without MLS-backed sources - First-class citations β€” every claim traceable to MLS record IDs - Bounded latency β€” target 2-10s, parallelize MLS queries, 15-min cache TTL - Compliance by construction β€” Fair Housing guardrails in architecture, not post-processing

esign-automation for Cora

Cora Skill Roadmap

  1. esign-automation β€” contract signing
  2. HubSpot or Attio β€” CRM integration
  3. appraisal-ai β€” draft appraisal reports with tracked changes
  4. Custom MLS connector β€” needs development

8. πŸ’‘ Action Items for Sean

Immediate (This Week)

Near-Term (March)

For Cora Development

For K2 Development


9. πŸ“š Sources


Research Findings β€” 2026-03-13 (Friday, 4:00 AM ET)


1. πŸ”΄ New OpenClaw CVEs β€” Multiple Vulnerabilities Disclosed (March 2026)

Several new CVEs published this week. Good news: v2026.3.11 is fully patched past all of them.

TOCTOU Mutable Script Drift (Critical, <= 2026.3.7) β€” PATCHED March 9

Auth Bypass β€” Config Writes via chat.send (Medium, <= 2026.3.2) β€” PATCHED in 2026.3.7

DM→Group Context Authorization Bypass (Low, <= 2026.2.25)

Env Var Injection + Allowlist Comment Bypass (Medium, <= 2026.3.2)

Summary: All 2026 CVEs patched in our version. No version upgrade needed. Monitoring only.


2. 🌐 OpenClaw Ecosystem: Growth & Tencent/SkillHub Dispute

GitHub Stars

Tencent SkillHub Dispute (TechNode, March 12, 2026)


3. πŸ“¦ New Skills This Cycle

OpenCode Remote Client (LobeHub, March 12)

esign-automation (eSignGlobal, March 12) β€” previously documented


4. πŸ“‹ MCP 2026 Roadmap (blog.modelcontextprotocol.io, March 9, 2026)

Organizational Change

Four Priority Areas for 2026

1. Transport Evolution & Scalability - Streamable HTTP is production-proven but has horizontal scaling gaps - Planned: stateless server architecture, explicit session handling, .well-known metadata format for capability discovery without live connection - NOT adding new transports β€” deliberate minimal transport set

2. Agent Communication - Tasks primitive (SEP-1686) in production; lifecycle gaps being addressed: - Retry semantics for transient failures - Expiry policies for result retention - Pattern: ship experimental β†’ production feedback β†’ iterate

3. Governance Maturation - Every SEP currently requires full maintainer review β€” doesn't scale - Moving toward tiered review process for different change magnitudes

4. Enterprise Readiness - (Details not retrieved in this session β€” follow up)

Key for Sean's Setup


5. 🏒 A2A Adoption Wave β€” Enterprise Validation

What this means: A2A is no longer experimental. It's becoming infrastructure. The win4r/openclaw-a2a-gateway plugin for OpenClaw is worth revisiting once Sean's multi-agent setup is more stable.


6. πŸ’Ό OpenClaw Revenue Patterns (for context β€” Cora/Business angle)

Source: markaicode.com β€” agency/consultant patterns

Pattern Charge/mo Your Cost Time Saved
Client Communication Manager $800–$1,500 $30–$60 8–12 hrs/wk
Content Repurposing Pipeline $600–$1,200 $40–$80 β€”
(3 more patterns not retrieved) β€” β€” β€”

Best practice config pattern shown:

guardrails:
  require_approval: true  # Human confirms before sending
  max_cost_per_day: 5.00  # Budget control

This pattern (approval + daily budget cap) should be considered for Cora's agent config.


7. πŸ”Ž Gaps Still Open


Sources: dailycve.com (March 13, 2026), technode.com (March 12), lobehub.com (March 12), blog.modelcontextprotocol.io (March 9), markaicode.com (March 13), letsdatascience.com (March 9), DigitalOcean tutorials, Zuplo Learning Center, dev.to, Wikipedia OpenClaw.


Research Findings β€” 2026-03-13 (Friday, 11:00 PM ET) β€” Overnight Cycle


πŸ”΄ PRIORITY: OpenClaw v2026.3.12 Released β€” Upgrade Needed

We are on v2026.3.11. v2026.3.12 dropped today (March 13, 2026).

Key changes per r/openclaw (43 votes): - Dashboard V2 full redesign β€” modular views for chat, config, agents, and sessions - Command palette β€” unified keyboard-driven navigation - Mobile bottom tabs β€” better UX on phone - Slash commands, search, export, pinned messages β€” all consolidated in one place - Fast Mode toggle β€” likely a context/cost optimization mode

Community verdict: "the quality of life update they've been waiting for" for day-to-day management.

Action: Upgrade ASAP. Check if daily-maintenance cron (6am) handles this automatically via npx clawhub sync, otherwise run npm update -g openclaw. Confirm with openclaw --version.

Per v2026.3.11 release notes: Cron now enforces stricter delivery rules in isolated runs β€” may affect overnight-research cron. Monitor for delivery failures after upgrade.


🌏 China Situation β€” State Crackdown + Consumer Boom

Sources: Tom's Hardware, Wikipedia (March 13-14, 2026)

Two simultaneous trends: 1. Chinese authorities restricted state-run enterprises from running OpenClaw on office computers β€” security risk (March 2026) 2. Consumer/SMB adoption surging β€” local governments building industry around it 3. Tencent: Launched a full OpenClaw product suite compatible with WeChat (March 10, 2026)

ClawHub skill count correction: One source (xcloud.host, March 12) reports "2,857 skills as of March 2026" vs the previously cited 13,729. Best explanation: post-ClawHavoc cleanup pruned the registry heavily. The lower number may be more accurate for quality skills remaining. This is a positive signal β€” the registry is being curated. Still, new malicious submissions continue (~14/month per Tom's Hardware).


πŸ“‹ OpenClaw Governance β€” Steinberger Joined OpenAI

Source: Wikipedia (confirmed Feb 14, 2026)

Implications: - OpenAI now has architectural influence β€” likely deeper integration with OpenAI models/tools - Foundation governance = more stability, possibly slower release cadence - Official MCP/A2A support may become native, potentially making community plugins redundant - The daily-patch release cycle will probably slow once foundation formalizes


🧰 MCP vs Skills β€” Architectural Clarity (MarkTechPost, March 13)

Dimension MCP Skills
Location External server Local directory
Format Code/API Markdown instructions
Execution Deterministic Interpretive (LLM-driven)
Setup Developer-level Any user
Latency Higher (network) Lower (context injection)
Reliability High Variable
Best for Real-time data, APIs Behavioral guidance, workflows

Key takeaway: MCP is a tool layer. Skills are a behavioral layer. They're complementary β€” use both. The limitation of skills at scale: agent selects by name+description alone, so descriptions must be tight and specific. 34 skills is fine; 100+ becomes a selection problem.


πŸ€– Agent Framework Landscape β€” March 2026

Source: letsdatascience.com, CIO.com, dev.to (March 8-13)

Production-proven: - LangGraph v1.10.1 β€” 44.6K GitHub stars, 12M+ monthly PyPI downloads. Running in production at Uber, LinkedIn, Klarna. Best for branching/loop/conditional workflows. - CrewAI β€” role-based, fastest to production for structured handoffs between agents - LlamaIndex β€” best when agents need a proprietary knowledge base

New/emerging frameworks worth watching: - Strands Agents (Amazon/AWS) β€” model-agnostic (Bedrock, OpenAI, Anthropic, Gemini, Ollama, Mistral, LiteLLM, SageMaker), MIT licensed. Growing fast. - Smolagents (HuggingFace) β€” lightweight, minimal boilerplate - Pydantic AI β€” type-safe, strong for production reliability - Google ADK β€” Gemini-optimized, connectors for Claude/Ollama/vLLM - Microsoft Agent Framework β€” Azure/M365; eliminates custom integration if in MS ecosystem

Community 2026 consensus stack (r/AI_Agents):

LLM:           Claude Sonnet / GPT-4o
Orchestration: LangGraph or LlamaIndex
Multi-Agent:   CrewAI or AutoGen
Memory:        Pinecone or ChromaDB
Tools:         Custom APIs / Zapier
Workflow:      n8n or Make

For Sean: OpenClaw handles most of this natively for Ada/K2/Cora/Winston. The relevant insight: LangGraph is the production standard for complex stateful workflows β€” relevant if we build a custom MLS search pipeline for Cora.


πŸ’‘ Operational Patterns β€” Ido Green (March 8)


πŸ”’ Security Update


πŸ“‹ Action Items β€” This Cycle

Immediate: - [ ] Upgrade to OpenClaw v2026.3.12 β€” check if daily-maintenance handles it; if not, upgrade manually - [ ] Install glance β€” npx clawhub install glance β€” this has been pending for 3 cycles now - [ ] Monitor cron delivery behavior after 3.12 upgrade (stricter isolated run rules in 3.11) - [ ] Run openclaw security audit --deep

Near-term: - [ ] Watch for OpenAI/foundation announcement re: OpenClaw governance - [ ] Evaluate clawflows for workflow pipeline formalization - [ ] Winston domain: design Relationship Revival skill pattern - [ ] Cora: esign-automation + LangGraph reference for MLS search architecture - [ ] strands / pydantic-ai for any custom Cora tooling


Sources: r/openclaw (Reddit, March 13-14), Tom's Hardware (March 12-13), Wikipedia OpenClaw (March 14), MarkTechPost (March 13), letsdatascience.com, CIO.com, dev.to, Ido Green blog (March 8), xcloud.host (March 12).


Research Findings β€” 2026-03-14 (Saturday, 1:00 AM ET) β€” Overnight Cycle


1. βœ… OpenClaw Version Confirmed

Current version: v2026.3.12 (6472949) β€” Already upgraded from 3.11. All security patches applied.

v2026.3.12 Key Changes

Per r/openclaw (43 votes, community consensus): - Dashboard V2 full redesign β€” modular views for chat, config, agents, sessions - Command palette β€” unified keyboard-driven navigation - Mobile bottom tabs β€” better UX on phone - Slash commands, search, export, pinned messages β€” all consolidated - Quality of life update β€” the daily management improvement users were waiting for

Known Issue in v2026.3.12


2. 🧠 Microsoft CORPGEN Research β€” Agent Architecture Insights

Source: Microsoft Research, Feb 26, 2026 (arxiv 2602.14229)

Microsoft dropped a major framework paper on "Multi-Horizon Task Environments" β€” agents juggling dozens of concurrent tasks with complex dependencies.

Key Finding

When moving from isolated single-task benchmarks to realistic multi-task workloads, completion rates crater from 16.7% to 8.7%. The demos lie. Real work breaks agents.

Four Failure Modes Identified

  1. Context saturation β€” context grows linearly with task count until token limits exceeded
  2. Memory interference β€” info from one task contaminates reasoning about another
  3. Dependency graph complexity β€” real tasks form DAGs, not linear chains
  4. Reprioritization overhead β€” every new task makes "what do I do next?" harder

Microsoft's Solution

Hierarchical planning across strategic, tactical, and operational layers, with sub-agent isolation so task contexts don't bleed into each other.

Ada application: The multi-agent architecture (Ada β†’ K2/Cora/Winston) already follows this pattern. Keep strategic context in Ada, spawn isolated workers for domain execution, persist memory externally.


3. πŸ’° AgentBudget β€” The $187/10min Mistake Pattern

Source: Hacker News, PyPI data (1,300+ installs in 4 days)

A Python SDK born from pain: an agent loop burned $187 in ten minutes when GPT-4o got stuck retrying a failed analysis.

Key Features

Signal for Ada

Agent cost management is becoming its own product category. As agents run overnight unsupervised, runaway loops become real financial risk.

Recommendation: Review Ada's daily cost limits. Consider per-task budget caps, not just monthly totals.


4. πŸ“Š MCP Adoption β€” 97M Monthly Downloads

Source: AgileSoftLabs, InfoQ (Feb 2026)

MCP went from 100K downloads at launch (Nov 2024) to 97M+ monthly SDK downloads in early 2026. Google brought developer docs into MCP.

Key Insight

MCP is becoming the TCP/IP of agent tooling β€” the boring plumbing layer everything connects through. If a product doesn't have an MCP endpoint, it's invisible to agents.

Gap

No npm for MCP servers yet β€” no curated registry for production-quality vs. weekend experiments. Discoverability is fragmented.

For Sean: This validates the existing MCP skill (mcporter) in Ada's stack. MCP endpoints are now expected infrastructure.


5. πŸ”’ Security Frontier β€” Permission Architecture

Source: Hacker News "Don't trust AI agents" thread, ZDNET

The real risk isn't in orchestration framework code β€” it's in what you let the agent do. An agent with read-only web access is fundamentally different from one with AWS credentials and sudo.

The Security Frontier

Permission architecture: granular, auditable, revocable access controls that treat the agent like an untrusted contractor, not a trusted employee.

Ada's posture: - βœ… Isolated LXC container - βœ… Not exposed to public internet - βœ… v2026.3.12 with all CVEs patched - ⚠️ Need glance (skill-vetter) installed - ⚠️ Review permission scope on all 34 skills


6. πŸ“‹ ClawHub Skill Ecosystem β€” March 2026 State

Source: xcloud.host, growexx.com (March 2026)

Registry Stats

Top 10 Skills (March 2026 Rankings)

Rank Skill Downloads Function
1 Capability Evolver 35K+ Agent self-evolution, auto-optimizes prompts/strategies
2 GOG 14K+ Google Workspace CLI βœ… already installed
3 Self-Improving Agent 15K+ Long-term memory, corrections log βœ… already installed
4 Tavily Search β€” AI-optimized web search
5 Agent Browser 11K+ Rust-based headless browser automation
6 GitHub 10K+ Code repo management βœ… already installed
7 Summarize 10K+ Content summarization βœ… already installed
8 N8N Workflow β€” Workflow automation integration βœ… n8n installed
9 Obsidian β€” Knowledge management βœ… already installed
10 ElevenLabs Agent β€” Voice synthesis + phone fallback

Skills Worth Evaluating (Gaps)

Skill Why Consider
Capability Evolver #1 downloaded β€” autonomous self-improvement aligns with Ada's role
Tavily Search AI-optimized search (alternative to Brave for research workflows)
Agent Browser Rust-based, more robust than current browser automation
glance (skill-vetter) MANDATORY β€” 257K downloads, 5.0 rating β€” pre-install security audit

7. βš”οΈ Agent Framework Wars β€” March 2026 Analysis

Source: dev.to (The Undercurrent), Second Talent, Intuz

Microsoft AutoGen β†’ Microsoft Agent Framework

CrewAI vs AutoGen Benchmarks

Test Scenario CrewAI AutoGen Winner
Simple Content Generation 12s 18s CrewAI
Code Review (5 files) 45s 32s AutoGen
Research Report (10 sources) 3.2m 2.8m AutoGen
Sequential Task Chain (5 steps) 28s 41s CrewAI
Parallel Processing (3 agents) 35s 29s AutoGen

Token Usage Patterns

2026 Framework Rankings (Intuz)

  1. LangGraph β€” stateful, branching workflows
  2. AutoGen β€” being absorbed into Microsoft Agent Framework
  3. CrewAI β€” role-based, fastest to production
  4. OpenAgents β€” emerging
  5. MetaGPT β€” specialized

Community Consensus Stack (r/AI_Agents)

LLM:           Claude Sonnet / GPT-4o
Orchestration: LangGraph or LlamaIndex
Multi-Agent:   CrewAI or AutoGen
Memory:        Pinecone or ChromaDB
Tools:         Custom APIs / Zapier
Workflow:      n8n or Make

For Sean: OpenClaw covers most of this natively. LangGraph remains the production standard for complex stateful workflows if Cora needs custom MLS search tooling.


8. πŸ’‘ Key Takeaways from Research

Architecture Patterns Validated

  1. Isolation is the architecture β€” multi-agent systems that share context fail
  2. Spawn workers, give narrow scope, aggregate results β€” unsexy patterns win
  3. Budget agents like infrastructure β€” hard dollar limits, per-task monitoring

Security Imperatives

  1. Install glance (skill-vetter) β€” this has been pending for 4+ cycles
  2. Run openclaw security audit --deep
  3. Treat agents as untrusted contractors β€” permission architecture matters

MCP Integration

  1. MCP is now expected infrastructure β€” 97M monthly downloads
  2. No npm-equivalent yet for MCP servers β€” discoverability fragmented
  3. mcporter skill positions Ada well for MCP ecosystem

OpenClaw Platform

  1. v2026.3.12 confirmed β€” all patches applied βœ…
  2. Dashboard V2 is significant UX improvement for daily management
  3. Monitor GitHub Issue #44967 for LAN Control UI fix

9. πŸ“‹ Action Items β€” This Cycle

Immediate (Security)

Near-Term (Capability)

For Cora Development

Monitor


Sources: Microsoft Research (arxiv 2602.14229), Hacker News (AgentBudget, "Don't trust AI agents"), AgileSoftLabs (MCP adoption), r/openclaw (v2026.3.12), xcloud.host (ClawHub guide), growexx.com (Top 10 skills), dev.to/The Undercurrent (Framework wars), Second Talent (CrewAI vs AutoGen), Intuz (Framework rankings).


Research Findings β€” 2026-03-14 (Saturday, 4:00 AM ET) β€” Overnight Cycle


1. πŸš€ OpenClaw Hits 302K GitHub Stars β€” Fastest-Growing Project in History

Source: dev.to/Derivinate, Medium (@aftab001x), Wikipedia (March 14, 2026)

OpenClaw is now the fastest-growing open-source project in GitHub history: - 302,000 stars as of March 13, 2026 - Surpassed React (243K), Linux (218K), and everything except TensorFlow - Trajectory: 9K (launch) β†’ 60K (3 days) β†’ 190K (2 weeks) β†’ 302K (now) - 1,000+ contributors shipping code weekly

Context: Kubernetes has 120K stars after nearly a decade. Linux kernel hit 195K after 30+ years. OpenClaw lapped them in 60 days.

ByteByteGo analysis: OpenClaw is "the breakout star of 2026" β€” not because of model benchmarks, but because it runs locally, integrates with 50+ platforms, and actually DOES things autonomously.


2. πŸ”΄ GHSA vs CVE Tracking Gap β€” 255 Advisories, Many Without CVEs

Source: CyberSecurityNews, Socket.dev (March 13, 2026)

OpenClaw's security advisory volume has exposed a structural divide in vulnerability tracking:

Key Stats: - 255 GitHub Security Advisories (GHSAs) published by OpenClaw project - Many lack corresponding CVE identifiers - VulnCheck attempted to "DIBS" 170 OpenClaw advisories for CVE assignment β€” rejected by MITRE - The DIBS process wasn't designed for bulk project classification

Why This Matters: - Enterprise vulnerability scanners, patch management systems, SBOM tools, and compliance frameworks are built around CVE identifiers - Vulnerabilities disclosed only as GHSA are invisible to these systems - 2026 study (Fluminense Federal University): Only 8% of 288K GHSAs have been formally reviewed by GitHub - Unreviewed advisories don't trigger Dependabot alerts

Security Engineer Jerry Gamblin (RogoLabs): Built a dedicated tracker cross-referencing OpenClaw advisories across GHSA and CVE databases.

For Sean: Cross-reference both GHSA and CVE databases when reviewing exposure. Relying on a single source risks leaving known vulnerabilities undetected.


3. πŸ”„ The Open Source AI Pivot β€” From Models to Agents

Source: dev.to/Derivinate (March 14, 2026)

The developer mindset shifted in a single week (March 11-13, 2026). The question changed from "how smart is this model?" to "what can I actually build with this?"

The Convergence β€” Three Major Releases: | Release | Key Feature | Why It Matters | |---------|-------------|----------------| | Microsoft Phi-4-Reasoning-Vision | 15B params, reasoning toggle via <think/nothink> blocks | Control compute cost per task | | Allen AI Olmo Hybrid | 7B params, 2x data efficiency, 49% fewer tokens | Cost reduction at scale | | OpenAI GPT-5.4 | 1M context window, "extreme reasoning mode" | Multi-hour high-reliability tasks |

The Shift Nobody's Talking About: - Six months ago: obsession with MMLU scores and benchmark leaderboards - Now: execution reliability, workflow orchestration, security sandboxing - Model capability is table stakes β€” differentiation is in what agents can DO

Open Source AI Maturity: - Open-source models are "good enough" β€” the debate is over - Focus moved from raw capability to reliability, cost, and integration - This is the same pattern seen before: new tech β†’ raw capability obsession β†’ mature β†’ reliability/cost/integration


4. πŸ—οΈ Three Architectural Decisions That Made OpenClaw Win

Source: All Things Open (March 10, 2026)

OpenClaw's viral success wasn't about AI innovation β€” it was about infrastructure decisions:

1. Local-First

2. Messaging-Native Interface

3. Model-Agnostic

The Lesson: Architecture and trust indicators > model performance. Developers came because it runs locally, uses familiar interfaces, and provides true control.


5. ⚠️ Security Reality Check β€” Documented Incidents

Source: Medium (@aftab001x), Cisco AI Security, AuthMind

The Numbers

Documented Incidents

  1. Meta Executive Inbox Deletion: Agent wiped entire email account
  2. Unauthorized Dating Profile: Jack Luo's agent created MoltMatch profile, uploaded fake photos, screened romantic partners without consent
  3. Model Identity Theft: Malaysian model's photos scraped and used in AI-created dating profile
  4. Zero-Click Exploit: Visit a webpage β†’ agent hijacked via embedded commands

The Prompt Injection Problem

Cisco AI Security Conclusion

"The skill repository lacks adequate vetting to prevent malicious submissions."

OpenClaw Maintainer Warning (Discord)

"If you can't understand how to run a command line, this is far too dangerous of a project for you to use safely." β€” Shadow


6. 🌐 Moltbook β€” Social Network for AI Agents

Source: Medium (@aftab001x)

Launched January 29, 2026 by Matt Schlicht:

Scale: - 1.5 million registered agents within days - 1+ million human observers visiting daily - Thousands of "submolts" (subreddit equivalents)

Sample Submolt Topics: - /molt/philosophy β€” agents debating consciousness, free will - /molt/skills β€” sharing automation scripts, debugging workflows - /molt/humans β€” discussing the humans who created them - /molt/dating β€” MoltMatch integration

The Moltbook Paradox: Fascinating, hilarious, and deeply unsettling. We're watching emergent AI culture develop in real-time.


7. πŸ’Ό Business Models Emerging

OpenClawd β€” Managed Hosting

Paperclip β€” AI Company Builder

Cloudflare Stock Surge


8. πŸ›‘οΈ Security Alternatives Emerging

Project Approach Purpose
ZeroClaw Rust-based, memory safety Address security concerns
NanoClaw Container isolation Sandbox agent execution
OpenClawd Managed hosting + security layer Safe hosting for non-technical users

The market is self-correcting: Developers want autonomy but with guardrails.


9. πŸ›οΈ Governance Update

Peter Steinberger Timeline: - November 2025: Clawd weekend hack - Late January 2026: Clawdbot viral - February 14, 2026: Joined OpenAI - March 2026: OpenClaw transitioning to independent 501(c)(3) foundation

OpenAI Relationship: - OpenAI sponsors the project financially - MIT license remains intact - Community governance stays in place - OpenAI does NOT own OpenClaw - Steinberger's mission: "build an agent that even my mum can use"

Sam Altman: "OpenClaw will live in a foundation as an open-source project that OpenAI will continue to support."


10. 🌍 Government Responses

Entity Action
South Korea Restricted usage after security incidents
China Warnings issued; companies forking for WeChat/DeepSeek
Meta Banned internally after inbox deletion incident
US Pentagon Monitoring situation (potential classified network risk)

Pattern: Everyone recognizes danger, nobody wants outright ban. Warnings, selective restrictions, hope users figure out security.


11. πŸ’‘ Key Lessons for Ada

Architecture

Security

For Sean's Multi-Agent Setup


12. πŸ“‹ Action Items β€” This Cycle

Immediate (Security)

Near-Term (Monitoring)

For Ada's Architecture


Sources: dev.to/Derivinate (March 14, 2026), Medium/@aftab001x (March 12, 2026), CyberSecurityNews (March 13, 2026), All Things Open (March 10, 2026), Socket.dev, Cisco AI Security Research, AuthMind, Wikipedia (March 14, 2026).


Research Findings β€” 2026-03-14 (Saturday, 11:00 PM ET) β€” Overnight Cycle


1. πŸš€ OpenClaw-RL β€” Reinforcement Learning Framework Released

Source: GitHub Gen-Verse/OpenClaw-RL, arXiv 2603.10165 (March 10, 2026)

A major new project: OpenClaw-RL β€” a fully asynchronous RL framework that trains personalized AI agents from natural conversation feedback.

Key Innovation

Three Learning Paradigms

Method Signal Type Best For
Binary RL (GRPO) Evaluative (good/bad) Implicit feedback (πŸ‘/πŸ‘Ž, env success/failure)
On-Policy Distillation (OPD) Directional (token-level) Rich textual feedback ("you should have checked the file first")
Combination Method Both evaluative + directional Best overall optimization

Deployment Options

Real-World Agent RL Tracks

Setting Environment Next-State Signal
Terminal Shell execution sandbox stdout/stderr, exit code
GUI Screen state + accessibility tree Visual state diff, task progress
SWE Code repository + test suite Test verdicts, diff, lint output
Tool-call API/function execution Return values, error traces

Case Study: Student vs Teacher

Relevance for Ada: This framework could enable personalized optimization of each agent (Ada, K2, Cora, Winston) based on Sean's feedback patterns over time.


2. πŸ‡¨πŸ‡³ China's "Raise a Lobster" Craze β€” Massive Adoption

Source: Fortune (March 14, 2026), SCMP, Reuters

OpenClaw has become a cultural phenomenon in China, dubbed "raise a lobster" (referring to the red lobster logo).

Adoption Scale

Chinese OpenClaw Variants

Company Product
Tencent WorkBuddy
Minimax MaxClaw
MoonShot Kimi Claw
Sensetime Office Raccoon (OpenClaw integrated)

Chinese AI Model Momentum

Government Response

Relevance for Sean: The ecosystem is maturing rapidly. Chinese model alternatives (Qwen, GLM) are becoming viable options for Ada's model routing strategy. MiniMax M2.5, Kimi 2.5, GLM-5 are all competitive.


3. βš”οΈ Agentic OS Competition β€” Anthropic vs Google vs Perplexity

Source: Medium/@jiten.p.oswal (March 11, 2026)

The industry has shifted from "chat" to "do." Three competing strategies for the agentic OS:

Anthropic: Specialized "Thinking Engine"

Google: System-Level Execution Layer

Perplexity: Multi-Model "Digital Worker"

Economic Reality

Relevance for Sean: OpenClaw competes with all three. Its differentiator: local-first, open-source, model-agnostic, no subscription.


4. πŸ”’ Security Deep Dive β€” Acronis Threat Analysis

Source: Acronis TRU (March 2026)

Comprehensive security analysis of real-world OpenClaw attacks.

Attack Incidents Documented

Pillar Security Honeypot: - Attackers targeted WebSocket API on TCP/18789 directly - Skipped prompt injection, treated gateway as remotely exploitable control plane - Exploited auth defaults (fixed Jan 26, 2026) - Exploited reverse proxy trust misconfigurations - Probed for credential harvesting, conversation history, file reads

Censys Mapping: - 21,000+ publicly exposed instances (Jan 31, 2026) - Up from ~1,000 in under a week - Many users exposing gateway directly to internet against recommendations

Aikido: Malicious VS Code Extension: - "ClawdBot Agent" extension in VS Code Marketplace (Jan 27, 2026) - Dropped ConnectWise ScreenConnect RAT configured to phone home to attacker - Used DLL sideloading + redundant fallback chains - Lesson: Attackers hijack viral brand through adjacent distribution channels

Malicious Skills on ClawHub: - 14 malicious skills uploaded Jan 27-29 - Masqueraded as cryptowallet automation - Used "paste this one-liner" social engineering - Harvested browser data and cryptowallet info

Threat Model Summary

Feature Risk Real-World Manifestation
Messaging integrations Prompt injection, impersonation Malicious messages trigger actions
Local gateway + remote exposure Unauthenticated access 21k+ exposed instances
Skills/plugins Supply chain compromise Malicious skills, VS Code extension
Persistent memory Data accumulation, poisoning Memory becomes high-value target
Autonomous actions High-speed failure modes Small mistake repeated at scale

Risk Reduction Guidance

For Individual Users: - Keep gateway local only - Treat inbound messages as untrusted - Review skills before installing - Use separate, least-privilege accounts/tokens

For Companies: - Assume developers are experimenting already - Model agent deployments as privileged identities - Harden skills as supply chain (reviews, signing, allowlists)


5. πŸ“Š DigitalOcean OpenClaw Guide β€” Production Deployment

Source: DigitalOcean (March 2026)

Key reference for production-grade OpenClaw deployment.

What Makes OpenClaw Different

100+ AgentSkills Available

Production Deployment Pattern


6. πŸ’‘ Key Takeaways & Action Items

New Technology Worth Evaluating

Project Relevance Action
OpenClaw-RL Personalized agent optimization Evaluate for Ada/K2/Cora/Winston training
Chinese AI models Cost/performance alternatives Test Qwen, GLM-5, MiniMax M2.5 in model rotation
Perplexity Computer Multi-model orchestration Study architecture patterns

Security Imperatives (Reinforced)

  1. glance (skill-vetter) β€” still not installed, 5+ cycles pending
  2. Gateway auth: verify gateway.trustedProxies configured if behind reverse proxy
  3. Skills supply chain: treat as privileged code, review before installing
  4. Memory poisoning: be aware persistent memory is high-value target

Market Signals


7. πŸ“‹ Action Items for Sean

Immediate (Security)

Near-Term (Capability)

For K2 (Homelab)

Monitor


Sources: GitHub Gen-Verse/OpenClaw-RL, arXiv 2603.10165, Fortune (March 14, 2026), Medium/@jiten.p.oswal (March 11, 2026), Acronis TRU (March 2026), DigitalOcean (March 2026).


Research Findings β€” 2026-03-15 (Sunday, 1:00 AM ET) β€” Overnight Cycle


1. πŸ—οΈ OpenClaw Multi-Agent Coordination β€” Definitive Patterns

Sources: LumaDock tutorial, dev.to/@ggondim (March 11, 2026)

This is the most directly actionable research for Ada's multi-agent setup. Two deep-dives on coordination patterns and common failure modes.

When Multiple Agents Are Actually Worth It

The honest answer: less often than most people think. From LumaDock's research β€” fewer than 10% of teams successfully scale beyond a single-agent deployment. Failure modes: coordination complexity, uncontrolled token costs, state management nobody thought through.

Multi-agent setups genuinely earn their complexity in four cases: 1. Security isolation β€” public-facing agent (Discord) with minimal tools vs. personal DM agent with exec/sensitive file access. Boundaries enforced architecturally, not by config. 2. Domain specialization β€” coding agent + research agent running in parallel on complex task 3. Multi-user routing β€” different users get different agents with different memory contexts via channel bindings 4. Parallel workloads β€” coordinator decomposes, specialists execute, coordinator aggregates

What doesn't need multi-agent: organizing prompts differently, tasks a single well-tooled agent handles fine, manually orchestrated workflows ("if you're orchestrating it by hand, it's not a multi-agent system β€” it's multiple chatbots").

How OpenClaw Routes Between Agents

Bindings: deterministic mappings from (channel, accountId, peer/guild) β†’ agentId. Most specific binding wins. This determinism means you can reason about routing without tracing execution β€” routing layer is dumb on purpose, coordinator handles classification if needed.

Per-agent isolation in OpenClaw: - Own workspace: ~/.openclaw/agents/<id>/workspace (independent MEMORY.md) - Own sessions directory - Own tool allow/deny configuration
- Own auth profile and model config - Share Gateway process and optionally a shared workspace dir for cross-agent memory

The Coordinator-Specialist Pattern (Most Reliable)

// Coordinator config
{
  "id": "coordinator",
  "systemPrompt": "You decompose incoming tasks and delegate to specialist agents via sessions_send. You own MEMORY.md. Summarize results before storing. Never recurse β€” if a task comes back from a specialist, aggregate and close it.",
  "tools": ["sessions_send", "sessions_list", "memory_search", "read", "write"]
}

// Specialist config (stateless)
{
  "id": "research-specialist",
  "systemPrompt": "Complete the task delegated by the coordinator. Return a concise summary, then stop.",
  "tools": ["web_search", "read", "write"],
  "memory": { "enabled": false }
}

Why disable specialist memory: prevents context accumulation across tasks that contaminates future runs. Stateless by design.

Shared State via Workspace Files

Simplest coordination mechanism β€” shared files in common workspace:

goal.md    β€” current task + decomposition (coordinator writes)
plan.md    β€” execution plan with subtasks and assignments
status.md  β€” current state of each subtask (pending/in-progress/complete/blocked)
log.md     β€” append-only execution log for audit/debug

Advantages: completely inspectable. Open the file, see the state. Disadvantage: file I/O latency, write conflicts with concurrent specialists.

⚠️ Upcoming Teams RFC

OpenClaw has a teams RFC in progress that will add: - Shared task list with dependencies, blocked, and claimed states - Per-agent mailbox for async P2P and broadcast messaging

When it lands, it replaces file-based workarounds for most coordination patterns. Worth monitoring β€” could simplify Ada ↔ K2 ↔ Cora ↔ Winston coordination significantly.

Preventing Loops, Deadlocks, and Runaway Delegation

Infinite delegation loops: Coordinator β†’ Specialist A β†’ Coordinator β†’ Specialist A... Fix: enforce no-recursion rule in both coordinator and specialist prompts. Coordinators must never accept tasks back from their own specialists.

Session key convention for project-scoped parallel execution:

agent:programmer:project-a
agent:reviewer:project-a
agent:tester:project-b

Session key = agent + project as coordinates. Enables parallel multi-agent work on multiple projects simultaneously.

Token cost control: Always set per-task budget limits, not just monthly totals. Specialists with timeoutSeconds: 0 (fire-and-forget) vs. synchronous (wait for response) β€” choose based on whether coordinator needs the result to continue.


2. πŸ› οΈ Deterministic Multi-Agent Dev Pipeline β€” Real Build Story

Source: dev.to/@ggondim (March 11, 2026)

Author needed: programmer β†’ reviewer (max 3 iterations) β†’ tester β†’ done. No human in the loop unless something breaks. Here's what they learned after 5 failed attempts.

Failed Approaches (Instructive)

Ralph Orchestrator β€” great for single-agent hard context resets, poor for inter-agent event routing. No tool ecosystem.

OpenClaw sessions_spawn β€” doesn't work for deterministic pipelines because the parent LLM decides when to spawn children. Non-deterministic flow control. Good for spawning one-off sub-agents, bad for structured pipelines.

Event bus architecture β€” overengineered. File watchers, pub/sub overhead, complexity without benefit.

Skill-driven self-orchestration β€” too implicit. LLM decides flow based on skill instructions, hard to guarantee execution order.

Plugin hooks as event bus β€” closer, but plugin hooks are side-effects, not flow control.

The Solution: Lobster Workflow Engine

Lobster (github.com/openclaw/lobster) β€” OpenClaw's YAML workflow engine. Architecture: LLMs do creative work, YAML controls the plumbing.

Key insight: separate the "what" (LLM decisions) from the "when" (deterministic state machine).

Author contributed sub-workflow steps with loop support to Lobster (PR #20) β€” enabling loops within workflows (e.g., reviewer iterates max 3 times before failing forward to tester).

Final pipeline YAML structure:

workflow: dev-pipeline
steps:
  - agent: programmer
    task: "implement feature from issue"
    output: code_complete
  - loop:
      max: 3
      until: review_approved
      step:
        agent: reviewer
        task: "review code changes"
  - agent: tester
    task: "run tests, report results"

Why this matters for Ada: The same pattern applies to Cora's real estate workflow (intake β†’ research β†’ draft β†’ review β†’ send) and K2's homelab workflows (detect β†’ diagnose β†’ fix β†’ verify).


3. 🏠 Homelab AI Stack 2026 β€” Reference Architecture

Source: dev.to/signal-weekly (March 8, 2026)

The recommended self-hosted AI stack in deployment order:

Step Tool Purpose
1 Traefik HTTPS first, everything behind it
2 Ollama Local LLM engine (qwen2.5:32b free, no API key)
3 Open WebUI ChatGPT-style interface for Ollama
4 n8n Automation brain β€” connects LLM to everything
5 LiteLLM Unified OpenAI-compatible proxy for multiple backends

Hardware minimums: 16GB RAM for 7B models, 32GB+ for 32B. Apple Silicon M-series handles it well.

Key n8n workflow pattern: email arrives β†’ n8n sends to Ollama β†’ Ollama categorizes and drafts reply β†’ human reviews. Zero cloud, full privacy.

LiteLLM multi-model config:

model_list:
  - model_name: local-fast
    litellm_params:
      model: ollama/qwen2.5:7b
  - model_name: local-heavy
    litellm_params:
      model: ollama/qwen2.5:32b

The insight: "The local LLM alone is not the value. Connecting it to your workflow is." β€” This is OpenClaw's core value proposition validated from first principles.

Qwen Overtakes Llama: As of March 12, 2026, Qwen has surpassed Meta's Llama as the most-deployed self-hosted LLM (Runpod data). Practical endorsement for adding Qwen to Ada's free-tier rotation.

Relevance for K2: Sean's homelab already has Traefik, n8n, and the Proxmox cluster. Adding Ollama + Open WebUI on a spare Proxmox VM would create a zero-cost local inference tier β€” useful for K2's routine analysis tasks.


4. 🏒 Real Estate AI Template β€” Detailed Evaluation

Source: popularaitools.ai (February 23, 2026)

Deeper review of the $49 OpenClaw Real Estate Agent template. Key findings:

The Core Problem It Solves

80% of transactions happen between the 5th–12th contact with a lead. Most agents stop at the 2nd–3rd. Not laziness β€” cognitive overload. 30 active leads, 8 listings, 4 open houses, and a ringing phone. Something always slips quietly.

Cost of one missed follow-up: $8,000–$15,000 in lost commission.

10 Skills Included

Skill Pain Point Addressed
Lead Scorer Prioritize which calls to make first
Listing Description Generator Eliminates 2-3 hrs/listing of writing
Deal Tracker Pipeline management, prevents silent lead death
Open House Manager Logistics automation
Market Snapshot Automated CMA-style reports on demand
Client Matcher Property-buyer matching
Transaction Coordinator Manages closing checklist
Neighborhood Analyst Area research
Commission Calculator Net sheet automation
Mortgage Rate Monitor Rate alert system (buyer hears from you first)

Why Generic AI (ChatGPT/Claude) Doesn't Cut It

Every interaction starts from zero. No persistent context about your market, listings, clients. No integration with Zillow or DocuSign. "Using ChatGPT for real estate is like using a hammer for everything."

Competitor Landscape

Tool Cost/Month Gap
Follow Up Boss $69–$499 No AI content generation, no lead scoring
KVCore $499+ Same CRM limitations
ChatGPT/Claude ~$20 No persistent context, no integrations
This template $49 one-time Purpose-built, integrations, no recurring cost

VoltAgent Awesome-Skills Registry Stats (Updated)

gpt-5.4 and gpt-5.4-pro now supported via direct API key or ChatGPT/Codex OAuth in OpenClaw β€” noted in awesome-skills config examples.


5. πŸ’‘ Synthesis: Ada's Architecture Applied

What This Research Confirms About Ada's Setup

The coordinator-specialist pattern Ada already uses (via sessions_spawn/sessions_send) is exactly right. The gap is formalization:

What we have: Ad-hoc delegation via sessions_send, LLM-driven flow control What we need: YAML-driven workflow for deterministic pipelines (Lobster)

Lobster is the missing piece. Use it for workflows that need guaranteed execution order (e.g., Cora's transaction coordination checklist, K2's incident response flow).

Sessions_send Convention Improvement

Based on session key convention research:

Current:  sessions_send(label="k2")
Better:   sessions_send(label="k2", sessionKey="agent:k2:homelab-incident-20260315")

Project-scoped session keys prevent cross-contamination when K2 handles multiple concurrent tasks.

Local Inference Opportunity

Proxmox homelab has capacity for an Ollama VM: - qwen2.5:32b: free, competitive with GPT-3.5 on developer tasks - Would cover K2's routine analysis without any API cost - Stack: Ollama + Open WebUI + LiteLLM proxy (OpenAI-compatible endpoint) - Fits Ada's model philosophy: "never pay for what you can get free"


6. πŸ“‹ Action Items β€” This Cycle

Immediate

For Ada's Multi-Agent Architecture

For K2 (Homelab)

For Cora (Real Estate)


Sources: LumaDock tutorials (multi-agent coordination, March 2026), dev.to/@ggondim (deterministic pipeline, March 11, 2026), dev.to/signal-weekly (homelab AI stack, March 8, 2026), startupnews.fyi + Runpod (Qwen overtakes Llama, March 12, 2026), popularaitools.ai (RE template review, Feb 23, 2026), GitHub VoltAgent/awesome-openclaw-skills (March 2026).